1 namespace QuanLyNhanSu
2 {
3     
partial class frmchonbcnv
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmchonbcnv));
32             
this.radTabStrip1 = new Telerik.WinControls.UI.RadTabStrip();
33             
this.tabItem1 = new Telerik.WinControls.UI.TabItem();
34             
this.panel2 = new System.Windows.Forms.Panel();
35             
this.cboto = new System.Windows.Forms.ComboBox();
36             
this.cbophong = new System.Windows.Forms.ComboBox();
37             
this.label5 = new System.Windows.Forms.Label();
38             
this.label6 = new System.Windows.Forms.Label();
39             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
40             
this.cmdin = new System.Windows.Forms.Button();
41             
this.label1 = new System.Windows.Forms.Label();
42             
this.label2 = new System.Windows.Forms.Label();
43             ((System.ComponentModel.ISupportInitialize)(
this.radTabStrip1)).BeginInit();
44             
this.radTabStrip1.SuspendLayout();
45             
this.tabItem1.ContentPanel.SuspendLayout();
46             
this.panel2.SuspendLayout();
47             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
48             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
49             
this.SuspendLayout();
50             
//
51             
// radTabStrip1
52             
//
53             
this.radTabStrip1.AutoScrollMargin = new System.Drawing.Size(0, 0);
54             
this.radTabStrip1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
55             
this.radTabStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(254)))));
56             
this.radTabStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {
57             
this.tabItem1});
58             
this.radTabStrip1.Location = new System.Drawing.Point(12, 79);
59             
this.radTabStrip1.Name = "radTabStrip1";
60             
this.radTabStrip1.ScrollOffsetStep = 5;
61             
this.radTabStrip1.Size = new System.Drawing.Size(274, 156);
62             
this.radTabStrip1.TabIndex = 0;
63             
this.radTabStrip1.TabScrollButtonsPosition = Telerik.WinControls.UI.TabScrollButtonsPosition.RightBottom;
64             
this.radTabStrip1.Text = "radTabStrip1";
65             
//
66             
// tabItem1
67             
//
68             
this.tabItem1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
69             
this.tabItem1.CanFocus = true;
70             
this.tabItem1.Class = "TabItem";
71             
//
72             
// tabItem1.ContentPanel
73             
//
74             
this.tabItem1.ContentPanel.BackColor = System.Drawing.Color.Transparent;
75             
this.tabItem1.ContentPanel.CausesValidation = true;
76             
this.tabItem1.ContentPanel.Controls.Add(this.panel2);
77             
this.tabItem1.IsSelected = true;
78             
this.tabItem1.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0);
79             
this.tabItem1.Name = "tabItem1";
80             
this.tabItem1.StretchHorizontally = false;
81             
this.tabItem1.Text = "Báo cáo nhân sự";
82             
//
83             
// panel2
84             
//
85             
this.panel2.BackColor = System.Drawing.Color.AliceBlue;
86             
this.panel2.Controls.Add(this.cboto);
87             
this.panel2.Controls.Add(this.cbophong);
88             
this.panel2.Controls.Add(this.label5);
89             
this.panel2.Controls.Add(this.label6);
90             
this.panel2.Controls.Add(this.cmdin);
91             
this.panel2.Location = new System.Drawing.Point(15, 8);
92             
this.panel2.Name = "panel2";
93             
this.panel2.Size = new System.Drawing.Size(238, 112);
94             
this.panel2.TabIndex = 6;
95             
//
96             
// cboto
97             
//
98             
this.cboto.BackColor = System.Drawing.SystemColors.ControlLightLight;
99             
this.cboto.FormattingEnabled = true;
100             
this.cboto.Location = new System.Drawing.Point(67, 46);
101             
this.cboto.Name = "cboto";
102             
this.cboto.Size = new System.Drawing.Size(158, 21);
103             
this.cboto.TabIndex = 36;
104             
//
105             
// cbophong
106             
//
107             
this.cbophong.BackColor = System.Drawing.SystemColors.ControlLightLight;
108             
this.cbophong.FormattingEnabled = true;
109             
this.cbophong.Location = new System.Drawing.Point(67, 18);
110             
this.cbophong.Name = "cbophong";
111             
this.cbophong.Size = new System.Drawing.Size(158, 21);
112             
this.cbophong.TabIndex = 35;
113             
this.cbophong.SelectionChangeCommitted += new System.EventHandler(this.cbophong_SelectedIndexChanged);
114             
//
115             
// label5
116             
//
117             
this.label5.AutoSize = true;
118             
this.label5.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
119             
this.label5.Location = new System.Drawing.Point(13, 49);
120             
this.label5.Name = "label5";
121             
this.label5.Size = new System.Drawing.Size(28, 15);
122             
this.label5.TabIndex = 34;
123             
this.label5.Text = "Tổ :";
124             
//
125             
// label6
126             
//
127             
this.label6.AutoSize = true;
128             
this.label6.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129             
this.label6.Location = new System.Drawing.Point(13, 21);
130             
this.label6.Name = "label6";
131             
this.label6.Size = new System.Drawing.Size(49, 15);
132             
this.label6.TabIndex = 33;
133             
this.label6.Text = "Phòng :";
134             
//
135             
// pictureBox1
136             
//
137             
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
138             
this.pictureBox1.Image = global::QuanLyNhanSu.Properties.Resources.MSN_Messenger_6;
139             
this.pictureBox1.Location = new System.Drawing.Point(12, 0);
140             
this.pictureBox1.Name = "pictureBox1";
141             
this.pictureBox1.Size = new System.Drawing.Size(91, 73);
142             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
143             
this.pictureBox1.TabIndex = 1;
144             
this.pictureBox1.TabStop = false;
145             
//
146             
// cmdin
147             
//
148             
this.cmdin.BackColor = System.Drawing.SystemColors.ControlLightLight;
149             
this.cmdin.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
150             
this.cmdin.Image = ((System.Drawing.Image)(resources.GetObject("cmdin.Image")));
151             
this.cmdin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
152             
this.cmdin.Location = new System.Drawing.Point(73, 73);
153             
this.cmdin.Name = "cmdin";
154             
this.cmdin.Size = new System.Drawing.Size(93, 30);
155             
this.cmdin.TabIndex = 8;
156             
this.cmdin.Tag = "";
157             
this.cmdin.Text = "In";
158             
this.cmdin.UseVisualStyleBackColor = false;
159             
this.cmdin.Click += new System.EventHandler(this.cmdin_Click);
160             
//
161             
// label1
162             
//
163             
this.label1.AutoSize = true;
164             
this.label1.BackColor = System.Drawing.Color.Transparent;
165             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
166             
this.label1.ForeColor = System.Drawing.SystemColors.GradientActiveCaption;
167             
this.label1.Location = new System.Drawing.Point(109, 15);
168             
this.label1.Name = "label1";
169             
this.label1.Size = new System.Drawing.Size(120, 29);
170             
this.label1.TabIndex = 2;
171             
this.label1.Text = "BÁO CÁO";
172             
//
173             
// label2
174             
//
175             
this.label2.AutoSize = true;
176             
this.label2.BackColor = System.Drawing.Color.Transparent;
177             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
178             
this.label2.ForeColor = System.Drawing.SystemColors.GradientActiveCaption;
179             
this.label2.Location = new System.Drawing.Point(166, 44);
180             
this.label2.Name = "label2";
181             
this.label2.Size = new System.Drawing.Size(120, 29);
182             
this.label2.TabIndex = 3;
183             
this.label2.Text = "NHÂN SỰ";
184             
//
185             
// frmchonbcnv
186             
//
187             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
188             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
189             
this.ClientSize = new System.Drawing.Size(292, 246);
190             
this.Controls.Add(this.label2);
191             
this.Controls.Add(this.label1);
192             
this.Controls.Add(this.pictureBox1);
193             
this.Controls.Add(this.radTabStrip1);
194             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
195             
this.MaximizeBox = false;
196             
this.MinimizeBox = false;
197             
this.Name = "frmchonbcnv";
198             
this.Text = "Chọn báo cáo nhân sự";
199             
this.ThemeName = "ControlDefault";
200             
this.Load += new System.EventHandler(this.frmchonbcnv_Load);
201             ((System.ComponentModel.ISupportInitialize)(
this.radTabStrip1)).EndInit();
202             
this.radTabStrip1.ResumeLayout(false);
203             
this.tabItem1.ContentPanel.ResumeLayout(false);
204             
this.panel2.ResumeLayout(false);
205             
this.panel2.PerformLayout();
206             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
207             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
208             
this.ResumeLayout(false);
209             
this.PerformLayout();
210
211         }
212
213         
#endregion
214
215         
private Telerik.WinControls.UI.RadTabStrip radTabStrip1;
216         
private Telerik.WinControls.UI.TabItem tabItem1;
217         
private System.Windows.Forms.Panel panel2;
218         
private System.Windows.Forms.ComboBox cboto;
219         
private System.Windows.Forms.ComboBox cbophong;
220         
private System.Windows.Forms.Label label5;
221         
private System.Windows.Forms.Label label6;
222         
private System.Windows.Forms.Button cmdin;
223         
private System.Windows.Forms.PictureBox pictureBox1;
224         
private System.Windows.Forms.Label label1;
225         
private System.Windows.Forms.Label label2;
226     }
227 }



Quản lý nhân sự công ty bằng c# _ full source code 60.459 lượt xem

Gõ tìm kiếm nhanh...